Html Css Color HEX #EFA4E2 Lavender Rose

📋 copy color: '#EFA4E2'

red 239 ◦ green 164 ◦ blue 226

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

Shades of Lavender Rose #EFA4E2

Tints of Lavender Rose #EFA4E2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.07%

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

R = 38%
G = 26.07%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFA4E2 (or 0xEFA4E2) is known color: Lavender Rose. HEX triplet: EF, A4 and E2. RGB value is (239,164,226). Sum of RGB (Red+Green+Blue) = 239+164+226=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 164 (64.45% from 255 or 26.07% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4E2 is #105B1D. Grayscale: #C1C1C1. Windows color (decimal): -1071902 or 14853359. OLE color: 14853359.

HSL color Cylindrical-coordinate representation of color #EFA4E2: hue angle of 310.4º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA4E2 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 164 226 -
CMYK 0 0.31 0.05 0.06
HSL 310.4º 0.7% 0.79% -
HSV(B) 310.4º 0.31% 0.94% -
XYZ 62.6 50.39 78.38 -
YUV 193.49 146.35 160.46 -
System Red Green Blue C M Y K H S L
Decimal 239 164 226 0 0.31 0.05 0.06 310.4 0.7 0.79
Hex EF A4 E2 0 1F 5 6 136 46 4F
Octal 357 244 342 0 37 5 6 466 106 117
Binary 11101111 10100100 11100010 0 11111 101 110 100110110 1000110 1001111

Color Harmonies of #EFA4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA4E2

Black with #EFA4E2

Text Example


Text Example

White with #EFA4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA4E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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