Html Css Color HEX #EF96E0 Lavender Rose

📋 copy color: '#EF96E0'

red 239 ◦ green 150 ◦ blue 224

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

Shades of Lavender Rose #EF96E0

Tints of Lavender Rose #EF96E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.54%

R = 38.99%
G = 24.47%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EF96E0 (or 0xEF96E0) is known color: Lavender Rose. HEX triplet: EF, 96 and E0. RGB value is (239,150,224). Sum of RGB (Red+Green+Blue) = 239+150+224=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96E0 is #10691F. Grayscale: #B8B8B8. Windows color (decimal): -1075488 or 14718703. OLE color: 14718703.

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

Color convert

RGB 239 150 224 -
CMYK 0 0.37 0.06 0.06
HSL 310.11º 0.74% 0.76% -
HSV(B) 310.11º 0.37% 0.94% -
XYZ 59.96 45.55 76.15 -
YUV 185.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 239 150 224 0 0.37 0.06 0.06 310.11 0.74 0.76
Hex EF 96 E0 0 25 6 6 136 4A 4C
Octal 357 226 340 0 45 6 6 466 112 114
Binary 11101111 10010110 11100000 0 100101 110 110 100110110 1001010 1001100

Color Harmonies of #EF96E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96E0

Black with #EF96E0

Text Example


Text Example

White with #EF96E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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