Html Css Color HEX #EFAFE0 Lavender Rose

📋 copy color: '#EFAFE0'

red 239 ◦ green 175 ◦ blue 224

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

Shades of Lavender Rose #EFAFE0

Tints of Lavender Rose #EFAFE0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.43%

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

R = 37.46%
G = 27.43%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFAFE0 (or 0xEFAFE0) is known color: Lavender Rose. HEX triplet: EF, AF and E0. RGB value is (239,175,224). Sum of RGB (Red+Green+Blue) = 239+175+224=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFE0 is #10501F. Grayscale: #C7C7C7. Windows color (decimal): -1069088 or 14725103. OLE color: 14725103.

HSL color Cylindrical-coordinate representation of color #EFAFE0: hue angle of 314.06º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFE0 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 175 224 -
CMYK 0 0.27 0.06 0.06
HSL 314.06º 0.67% 0.81% -
HSV(B) 314.06º 0.27% 0.94% -
XYZ 64.38 54.39 77.63 -
YUV 199.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 239 175 224 0 0.27 0.06 0.06 314.06 0.67 0.81
Hex EF AF E0 0 1B 6 6 13A 43 51
Octal 357 257 340 0 33 6 6 472 103 121
Binary 11101111 10101111 11100000 0 11011 110 110 100111010 1000011 1010001

Color Harmonies of #EFAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFE0

Black with #EFAFE0

Text Example


Text Example

White with #EFAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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