Html Css Color HEX #EFACEA Lavender Rose

📋 copy color: '#EFACEA'

red 239 ◦ green 172 ◦ blue 234

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

Shades of Lavender Rose #EFACEA

Tints of Lavender Rose #EFACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.67%

 BLUE value IS 234 (91.8% from 255) = 36.28%

R = 37.05%
G = 26.67%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFACEA (or 0xEFACEA) is known color: Lavender Rose. HEX triplet: EF, AC and EA. RGB value is (239,172,234). Sum of RGB (Red+Green+Blue) = 239+172+234=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACEA is #105315. Grayscale: #C6C6C6. Windows color (decimal): -1069846 or 15379695. OLE color: 15379695.

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

Color convert

RGB 239 172 234 -
CMYK 0 0.28 0.02 0.06
HSL 304.48º 0.68% 0.81% -
HSV(B) 304.48º 0.28% 0.94% -
XYZ 65.2 53.8 84.79 -
YUV 199.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 239 172 234 0 0.28 0.02 0.06 304.48 0.68 0.81
Hex EF AC EA 0 1C 2 6 130 44 51
Octal 357 254 352 0 34 2 6 460 104 121
Binary 11101111 10101100 11101010 0 11100 10 110 100110000 1000100 1010001

Color Harmonies of #EFACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACEA

Black with #EFACEA

Text Example


Text Example

White with #EFACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACEA; }

 p { color: rgb(239,172,234); }

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

background-color css

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

 a { background-color: rgb(239,172,234); }

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

border-color css

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

 span { border-color: rgb(239,172,234); }

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