Html Css Color HEX #EFB0E0 Lavender Rose

📋 copy color: '#EFB0E0'

red 239 ◦ green 176 ◦ blue 224

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

Shades of Lavender Rose #EFB0E0

Tints of Lavender Rose #EFB0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.05%

R = 37.4%
G = 27.54%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFB0E0 (or 0xEFB0E0) is known color: Lavender Rose. HEX triplet: EF, B0 and E0. RGB value is (239,176,224). Sum of RGB (Red+Green+Blue) = 239+176+224=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0E0 is #104F1F. Grayscale: #C8C8C8. Windows color (decimal): -1068832 or 14725359. OLE color: 14725359.

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

Color convert

RGB 239 176 224 -
CMYK 0 0.26 0.06 0.06
HSL 314.29º 0.66% 0.81% -
HSV(B) 314.29º 0.26% 0.94% -
XYZ 64.58 54.78 77.69 -
YUV 200.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 239 176 224 0 0.26 0.06 0.06 314.29 0.66 0.81
Hex EF B0 E0 0 1A 6 6 13A 42 51
Octal 357 260 340 0 32 6 6 472 102 121
Binary 11101111 10110000 11100000 0 11010 110 110 100111010 1000010 1010001

Color Harmonies of #EFB0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0E0

Black with #EFB0E0

Text Example


Text Example

White with #EFB0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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