Html Css Color HEX #EF9ED4 Lavender Rose

📋 copy color: '#EF9ED4'

red 239 ◦ green 158 ◦ blue 212

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

Shades of Lavender Rose #EF9ED4

Tints of Lavender Rose #EF9ED4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.94%

 BLUE value IS 212 (83.2% from 255) = 34.81%

R = 39.24%
G = 25.94%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF9ED4 (or 0xEF9ED4) is known color: Lavender Rose. HEX triplet: EF, 9E and D4. RGB value is (239,158,212). Sum of RGB (Red+Green+Blue) = 239+158+212=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ED4 is #10612B. Grayscale: #BCBCBC. Windows color (decimal): -1073452 or 13934319. OLE color: 13934319.

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

Color convert

RGB 239 158 212 -
CMYK 0 0.34 0.11 0.06
HSL 320º 0.72% 0.78% -
HSV(B) 320º 0.34% 0.94% -
XYZ 59.71 47.56 68.32 -
YUV 188.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 239 158 212 0 0.34 0.11 0.06 320 0.72 0.78
Hex EF 9E D4 0 22 B 6 140 48 4E
Octal 357 236 324 0 42 13 6 500 110 116
Binary 11101111 10011110 11010100 0 100010 1011 110 101000000 1001000 1001110

Color Harmonies of #EF9ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9ED4

Black with #EF9ED4

Text Example


Text Example

White with #EF9ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9ED4; }

 p { color: rgb(239,158,212); }

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

background-color css

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

 a { background-color: rgb(239,158,212); }

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

border-color css

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

 span { border-color: rgb(239,158,212); }

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