Html Css Color HEX #EFB0E2 Lavender Rose

📋 copy color: '#EFB0E2'

red 239 ◦ green 176 ◦ blue 226

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

Shades of Lavender Rose #EFB0E2

Tints of Lavender Rose #EFB0E2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.46%

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

R = 37.29%
G = 27.46%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFB0E2 (or 0xEFB0E2) is known color: Lavender Rose. HEX triplet: EF, B0 and E2. RGB value is (239,176,226). Sum of RGB (Red+Green+Blue) = 239+176+226=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 176 (69.14% from 255 or 27.46% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0E2 is #104F1D. Grayscale: #C8C8C8. Windows color (decimal): -1068830 or 14856431. OLE color: 14856431.

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

Color convert

RGB 239 176 226 -
CMYK 0 0.26 0.05 0.06
HSL 312.38º 0.66% 0.81% -
HSV(B) 312.38º 0.26% 0.94% -
XYZ 64.85 54.89 79.13 -
YUV 200.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 239 176 226 0 0.26 0.05 0.06 312.38 0.66 0.81
Hex EF B0 E2 0 1A 5 6 138 42 51
Octal 357 260 342 0 32 5 6 470 102 121
Binary 11101111 10110000 11100010 0 11010 101 110 100111000 1000010 1010001

Color Harmonies of #EFB0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0E2

Black with #EFB0E2

Text Example


Text Example

White with #EFB0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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