Html Css Color HEX #EF99D2 Lavender Rose

📋 copy color: '#EF99D2'

red 239 ◦ green 153 ◦ blue 210

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

Shades of Lavender Rose #EF99D2

Tints of Lavender Rose #EF99D2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.42%

 BLUE value IS 210 (82.42% from 255) = 34.88%

R = 39.7%
G = 25.42%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF99D2 (or 0xEF99D2) is known color: Lavender Rose. HEX triplet: EF, 99 and D2. RGB value is (239,153,210). Sum of RGB (Red+Green+Blue) = 239+153+210=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99D2 is #10662D. Grayscale: #B9B9B9. Windows color (decimal): -1074734 or 13801967. OLE color: 13801967.

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

Color convert

RGB 239 153 210 -
CMYK 0 0.36 0.12 0.06
HSL 320.23º 0.73% 0.77% -
HSV(B) 320.23º 0.36% 0.94% -
XYZ 58.62 45.79 66.72 -
YUV 185.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 239 153 210 0 0.36 0.12 0.06 320.23 0.73 0.77
Hex EF 99 D2 0 24 C 6 140 49 4D
Octal 357 231 322 0 44 14 6 500 111 115
Binary 11101111 10011001 11010010 0 100100 1100 110 101000000 1001001 1001101

Color Harmonies of #EF99D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF99D2

Black with #EF99D2

Text Example


Text Example

White with #EF99D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF99D2; }

 p { color: rgb(239,153,210); }

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

background-color css

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

 a { background-color: rgb(239,153,210); }

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

border-color css

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

 span { border-color: rgb(239,153,210); }

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