Html Css Color HEX #EE2698 Persian Rose

📋 copy color: '#EE2698'

red 238 ◦ green 38 ◦ blue 152

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

Shades of Persian Rose #EE2698

Tints of Persian Rose #EE2698

RGB

 RED value IS 238 (93.36% from 255) = 55.61%

 GREEN value IS 38 (15.23% from 255) = 8.88%

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

R = 55.61%
G = 8.88%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EE2698 (or 0xEE2698) is known color: Persian Rose. HEX triplet: EE, 26 and 98. RGB value is (238,38,152). Sum of RGB (Red+Green+Blue) = 238+38+152=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2698 is #11D967. Grayscale: #6E6E6E. Windows color (decimal): -1169768 or 9971438. OLE color: 9971438.

HSL color Cylindrical-coordinate representation of color #EE2698: hue angle of 325.8º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2698 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 38 152 -
CMYK 0 0.84 0.36 0.07
HSL 325.8º 0.85% 0.54% -
HSV(B) 325.8º 0.84% 0.93% -
XYZ 41.62 21.83 31.73 -
YUV 110.8 151.26 218.73 -
System Red Green Blue C M Y K H S L
Decimal 238 38 152 0 0.84 0.36 0.07 325.8 0.85 0.54
Hex EE 26 98 0 54 24 7 146 55 36
Octal 356 46 230 0 124 44 7 506 125 66
Binary 11101110 100110 10011000 0 1010100 100100 111 101000110 1010101 110110

Color Harmonies of #EE2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2698

Black with #EE2698

Text Example


Text Example

White with #EE2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2698; }

 p { color: rgb(238,38,152); }

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

background-color css

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

 a { background-color: rgb(238,38,152); }

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

border-color css

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

 span { border-color: rgb(238,38,152); }

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