Html Css Color HEX #EFAFE2 Lavender Rose

📋 copy color: '#EFAFE2'

red 239 ◦ green 175 ◦ blue 226

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

Shades of Lavender Rose #EFAFE2

Tints of Lavender Rose #EFAFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.31%

R = 37.34%
G = 27.34%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFAFE2 (or 0xEFAFE2) is known color: Lavender Rose. HEX triplet: EF, AF and E2. RGB value is (239,175,226). Sum of RGB (Red+Green+Blue) = 239+175+226=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFE2 is #10501D. Grayscale: #C7C7C7. Windows color (decimal): -1069086 or 14856175. OLE color: 14856175.

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

Color convert

RGB 239 175 226 -
CMYK 0 0.27 0.05 0.06
HSL 312.19º 0.67% 0.81% -
HSV(B) 312.19º 0.27% 0.94% -
XYZ 64.65 54.5 79.06 -
YUV 199.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 239 175 226 0 0.27 0.05 0.06 312.19 0.67 0.81
Hex EF AF E2 0 1B 5 6 138 43 51
Octal 357 257 342 0 33 5 6 470 103 121
Binary 11101111 10101111 11100010 0 11011 101 110 100111000 1000011 1010001

Color Harmonies of #EFAFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFE2

Black with #EFAFE2

Text Example


Text Example

White with #EFAFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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