Html Css Color HEX #EF2798 Persian Rose

📋 copy color: '#EF2798'

red 239 ◦ green 39 ◦ blue 152

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

Shades of Persian Rose #EF2798

Tints of Persian Rose #EF2798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.07%

 BLUE value IS 152 (59.77% from 255) = 35.35%

R = 55.58%
G = 9.07%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF2798 (or 0xEF2798) is known color: Persian Rose. HEX triplet: EF, 27 and 98. RGB value is (239,39,152). Sum of RGB (Red+Green+Blue) = 239+39+152=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2798 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2798 is #10D867. Grayscale: #6F6F6F. Windows color (decimal): -1103976 or 9971695. OLE color: 9971695.

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

Color convert

RGB 239 39 152 -
CMYK 0 0.84 0.36 0.06
HSL 326.1º 0.86% 0.55% -
HSV(B) 326.1º 0.84% 0.94% -
XYZ 41.99 22.07 31.75 -
YUV 111.68 150.76 218.81 -
System Red Green Blue C M Y K H S L
Decimal 239 39 152 0 0.84 0.36 0.06 326.1 0.86 0.55
Hex EF 27 98 0 54 24 6 146 56 37
Octal 357 47 230 0 124 44 6 506 126 67
Binary 11101111 100111 10011000 0 1010100 100100 110 101000110 1010110 110111

Color Harmonies of #EF2798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2798

Black with #EF2798

Text Example


Text Example

White with #EF2798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2798; }

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

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

background-color css

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

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

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

border-color css

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

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

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