Html Css Color HEX #EF9DEA Lavender Rose

📋 copy color: '#EF9DEA'

red 239 ◦ green 157 ◦ blue 234

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

Shades of Lavender Rose #EF9DEA

Tints of Lavender Rose #EF9DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.92%

 BLUE value IS 234 (91.8% from 255) = 37.14%

R = 37.94%
G = 24.92%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF9DEA (or 0xEF9DEA) is known color: Lavender Rose. HEX triplet: EF, 9D and EA. RGB value is (239,157,234). Sum of RGB (Red+Green+Blue) = 239+157+234=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9DEA is #106215. Grayscale: #BEBEBE. Windows color (decimal): -1073686 or 15375855. OLE color: 15375855.

HSL color Cylindrical-coordinate representation of color #EF9DEA: hue angle of 303.66º 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 #EF9DEA is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 157 234 -
CMYK 0 0.34 0.02 0.06
HSL 303.66º 0.72% 0.78% -
HSV(B) 303.66º 0.34% 0.94% -
XYZ 62.5 48.41 83.89 -
YUV 190.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 239 157 234 0 0.34 0.02 0.06 303.66 0.72 0.78
Hex EF 9D EA 0 22 2 6 130 48 4E
Octal 357 235 352 0 42 2 6 460 110 116
Binary 11101111 10011101 11101010 0 100010 10 110 100110000 1001000 1001110

Color Harmonies of #EF9DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9DEA

Black with #EF9DEA

Text Example


Text Example

White with #EF9DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9DEA; }

 p { color: rgb(239,157,234); }

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

background-color css

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

 a { background-color: rgb(239,157,234); }

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

border-color css

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

 span { border-color: rgb(239,157,234); }

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