Html Css Color HEX #EFAFE7 Lavender Rose

📋 copy color: '#EFAFE7'

red 239 ◦ green 175 ◦ blue 231

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

Shades of Lavender Rose #EFAFE7

Tints of Lavender Rose #EFAFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.81%

R = 37.05%
G = 27.13%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFAFE7 (or 0xEFAFE7) is known color: Lavender Rose. HEX triplet: EF, AF and E7. RGB value is (239,175,231). Sum of RGB (Red+Green+Blue) = 239+175+231=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFE7 is #105018. Grayscale: #C8C8C8. Windows color (decimal): -1069081 or 15183855. OLE color: 15183855.

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

Color convert

RGB 239 175 231 -
CMYK 0 0.27 0.03 0.06
HSL 307.5º 0.67% 0.81% -
HSV(B) 307.5º 0.27% 0.94% -
XYZ 65.35 54.78 82.73 -
YUV 200.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 239 175 231 0 0.27 0.03 0.06 307.5 0.67 0.81
Hex EF AF E7 0 1B 3 6 134 43 51
Octal 357 257 347 0 33 3 6 464 103 121
Binary 11101111 10101111 11100111 0 11011 11 110 100110100 1000011 1010001

Color Harmonies of #EFAFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFE7

Black with #EFAFE7

Text Example


Text Example

White with #EFAFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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