Html Css Color HEX #EF67A1 Brilliant Rose

📋 copy color: '#EF67A1'

red 239 ◦ green 103 ◦ blue 161

#EF67A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EF67A1

Tints of Brilliant Rose #EF67A1

RGB

 RED value IS 239 (93.75% from 255) = 47.51%

 GREEN value IS 103 (40.63% from 255) = 20.48%

 BLUE value IS 161 (63.28% from 255) = 32.01%

R = 47.51%
G = 20.48%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF67A1 (or 0xEF67A1) is known color: Brilliant Rose. HEX triplet: EF, 67 and A1. RGB value is (239,103,161). Sum of RGB (Red+Green+Blue) = 239+103+161=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF67A1 is #10985E. Grayscale: #969696. Windows color (decimal): -1087583 or 10577903. OLE color: 10577903.

HSL color Cylindrical-coordinate representation of color #EF67A1: hue angle of 334.41º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF67A1 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 103 161 -
CMYK 0 0.57 0.33 0.06
HSL 334.41º 0.81% 0.67% -
HSV(B) 334.41º 0.57% 0.94% -
XYZ 46.88 30.62 37.16 -
YUV 150.28 134.06 191.28 -
System Red Green Blue C M Y K H S L
Decimal 239 103 161 0 0.57 0.33 0.06 334.41 0.81 0.67
Hex EF 67 A1 0 39 21 6 14E 51 43
Octal 357 147 241 0 71 41 6 516 121 103
Binary 11101111 1100111 10100001 0 111001 100001 110 101001110 1010001 1000011

Color Harmonies of #EF67A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF67A1

Black with #EF67A1

Text Example


Text Example

White with #EF67A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF67A1; }

 p { color: rgb(239,103,161); }

 H1.HeaderClassName
 {
   color: #EF67A1;
 }
 .AnyTagClassName
 {
   color: #EF67A1;
 }
</style>

background-color css

<style>
 a { background-color: #EF67A1; }

 a { background-color: rgb(239,103,161); }

 div.DivClassName
 {
   background-color: #EF67A1;
 }
 .BgClassName
 {
   background-color: #EF67A1;
 }
</style>

border-color css

<style>
 span { border-color: #EF67A1; }

 span { border-color: rgb(239,103,161); }

 td.TdClassName
 {
   border-color: #EF67A1;
 }
 .TagClassName
 {
   border-color: #EF67A1;
 }
</style>