Html Css Color HEX #EF96E5 Lavender Rose

📋 copy color: '#EF96E5'

red 239 ◦ green 150 ◦ blue 229

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

Shades of Lavender Rose #EF96E5

Tints of Lavender Rose #EF96E5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.27%

 BLUE value IS 229 (89.84% from 255) = 37.06%

R = 38.67%
G = 24.27%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF96E5 (or 0xEF96E5) is known color: Lavender Rose. HEX triplet: EF, 96 and E5. RGB value is (239,150,229). Sum of RGB (Red+Green+Blue) = 239+150+229=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96E5 is #10691A. Grayscale: #B9B9B9. Windows color (decimal): -1075483 or 15046383. OLE color: 15046383.

HSL color Cylindrical-coordinate representation of color #EF96E5: hue angle of 306.74º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF96E5 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 150 229 -
CMYK 0 0.37 0.04 0.06
HSL 306.74º 0.74% 0.76% -
HSV(B) 306.74º 0.37% 0.94% -
XYZ 60.65 45.82 79.78 -
YUV 185.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 239 150 229 0 0.37 0.04 0.06 306.74 0.74 0.76
Hex EF 96 E5 0 25 4 6 133 4A 4C
Octal 357 226 345 0 45 4 6 463 112 114
Binary 11101111 10010110 11100101 0 100101 100 110 100110011 1001010 1001100

Color Harmonies of #EF96E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96E5

Black with #EF96E5

Text Example


Text Example

White with #EF96E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96E5; }

 p { color: rgb(239,150,229); }

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

background-color css

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

 a { background-color: rgb(239,150,229); }

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

border-color css

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

 span { border-color: rgb(239,150,229); }

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