Html Css Color HEX #EF9CE8 Lavender Rose

📋 copy color: '#EF9CE8'

red 239 ◦ green 156 ◦ blue 232

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

Shades of Lavender Rose #EF9CE8

Tints of Lavender Rose #EF9CE8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.88%

 BLUE value IS 232 (91.02% from 255) = 37%

R = 38.12%
G = 24.88%
B = 37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF9CE8 (or 0xEF9CE8) is known color: Lavender Rose. HEX triplet: EF, 9C and E8. RGB value is (239,156,232). Sum of RGB (Red+Green+Blue) = 239+156+232=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 156 (61.33% from 255 or 24.88% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9CE8 is #106317. Grayscale: #BDBDBD. Windows color (decimal): -1073944 or 15244527. OLE color: 15244527.

HSL color Cylindrical-coordinate representation of color #EF9CE8: hue angle of 305.06º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9CE8 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 156 232 -
CMYK 0 0.35 0.03 0.06
HSL 305.06º 0.72% 0.77% -
HSV(B) 305.06º 0.35% 0.94% -
XYZ 62.05 47.95 82.33 -
YUV 189.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 239 156 232 0 0.35 0.03 0.06 305.06 0.72 0.77
Hex EF 9C E8 0 23 3 6 131 48 4D
Octal 357 234 350 0 43 3 6 461 110 115
Binary 11101111 10011100 11101000 0 100011 11 110 100110001 1001000 1001101

Color Harmonies of #EF9CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9CE8

Black with #EF9CE8

Text Example


Text Example

White with #EF9CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9CE8; }

 p { color: rgb(239,156,232); }

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

background-color css

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

 a { background-color: rgb(239,156,232); }

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

border-color css

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

 span { border-color: rgb(239,156,232); }

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