Html Css Color HEX #EF9DD3 Lavender Rose

📋 copy color: '#EF9DD3'

red 239 ◦ green 157 ◦ blue 211

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

Shades of Lavender Rose #EF9DD3

Tints of Lavender Rose #EF9DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.76%

R = 39.37%
G = 25.86%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF9DD3 (or 0xEF9DD3) is known color: Lavender Rose. HEX triplet: EF, 9D and D3. RGB value is (239,157,211). Sum of RGB (Red+Green+Blue) = 239+157+211=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DD3 is #10622C. Grayscale: #BBBBBB. Windows color (decimal): -1073709 or 13868527. OLE color: 13868527.

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

Color convert

RGB 239 157 211 -
CMYK 0 0.34 0.12 0.06
HSL 320.49º 0.72% 0.78% -
HSV(B) 320.49º 0.34% 0.94% -
XYZ 59.41 47.17 67.6 -
YUV 187.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 239 157 211 0 0.34 0.12 0.06 320.49 0.72 0.78
Hex EF 9D D3 0 22 C 6 140 48 4E
Octal 357 235 323 0 42 14 6 500 110 116
Binary 11101111 10011101 11010011 0 100010 1100 110 101000000 1001000 1001110

Color Harmonies of #EF9DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9DD3

Black with #EF9DD3

Text Example


Text Example

White with #EF9DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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