Html Css Color HEX #EF98E0 Lavender Rose

📋 copy color: '#EF98E0'

red 239 ◦ green 152 ◦ blue 224

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

Shades of Lavender Rose #EF98E0

Tints of Lavender Rose #EF98E0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.72%

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

R = 38.86%
G = 24.72%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EF98E0 (or 0xEF98E0) is known color: Lavender Rose. HEX triplet: EF, 98 and E0. RGB value is (239,152,224). Sum of RGB (Red+Green+Blue) = 239+152+224=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF98E0 is #10671F. Grayscale: #BABABA. Windows color (decimal): -1074976 or 14719215. OLE color: 14719215.

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

Color convert

RGB 239 152 224 -
CMYK 0 0.36 0.06 0.06
HSL 310.34º 0.73% 0.77% -
HSV(B) 310.34º 0.36% 0.94% -
XYZ 60.28 46.19 76.26 -
YUV 186.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 239 152 224 0 0.36 0.06 0.06 310.34 0.73 0.77
Hex EF 98 E0 0 24 6 6 136 49 4D
Octal 357 230 340 0 44 6 6 466 111 115
Binary 11101111 10011000 11100000 0 100100 110 110 100110110 1001001 1001101

Color Harmonies of #EF98E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF98E0

Black with #EF98E0

Text Example


Text Example

White with #EF98E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF98E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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