Html Css Color HEX #EF95E0 Lavender Rose

📋 copy color: '#EF95E0'

red 239 ◦ green 149 ◦ blue 224

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

Shades of Lavender Rose #EF95E0

Tints of Lavender Rose #EF95E0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.35%

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

R = 39.05%
G = 24.35%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EF95E0 (or 0xEF95E0) is known color: Lavender Rose. HEX triplet: EF, 95 and E0. RGB value is (239,149,224). Sum of RGB (Red+Green+Blue) = 239+149+224=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF95E0 is #106A1F. Grayscale: #B8B8B8. Windows color (decimal): -1075744 or 14718447. OLE color: 14718447.

HSL color Cylindrical-coordinate representation of color #EF95E0: hue angle of 310º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF95E0 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 149 224 -
CMYK 0 0.38 0.06 0.06
HSL 310º 0.74% 0.76% -
HSV(B) 310º 0.38% 0.94% -
XYZ 59.8 45.23 76.1 -
YUV 184.46 150.32 166.9 -
System Red Green Blue C M Y K H S L
Decimal 239 149 224 0 0.38 0.06 0.06 310 0.74 0.76
Hex EF 95 E0 0 26 6 6 136 4A 4C
Octal 357 225 340 0 46 6 6 466 112 114
Binary 11101111 10010101 11100000 0 100110 110 110 100110110 1001010 1001100

Color Harmonies of #EF95E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF95E0

Black with #EF95E0

Text Example


Text Example

White with #EF95E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF95E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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