Html Css Color HEX #EA2698 Persian Rose

📋 copy color: '#EA2698'

red 234 ◦ green 38 ◦ blue 152

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

Shades of Persian Rose #EA2698

Tints of Persian Rose #EA2698

RGB

 RED value IS 234 (91.8% from 255) = 55.19%

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

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

R = 55.19%
G = 8.96%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA2698 (or 0xEA2698) is known color: Persian Rose. HEX triplet: EA, 26 and 98. RGB value is (234,38,152). Sum of RGB (Red+Green+Blue) = 234+38+152=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2698 is #15D967. Grayscale: #6D6D6D. Windows color (decimal): -1431912 or 9971434. OLE color: 9971434.

HSL color Cylindrical-coordinate representation of color #EA2698: hue angle of 325.1º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2698 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 38 152 -
CMYK 0 0.84 0.35 0.08
HSL 325.1º 0.82% 0.53% -
HSV(B) 325.1º 0.84% 0.92% -
XYZ 40.29 21.15 31.66 -
YUV 109.6 151.93 216.73 -
System Red Green Blue C M Y K H S L
Decimal 234 38 152 0 0.84 0.35 0.08 325.1 0.82 0.53
Hex EA 26 98 0 54 23 8 145 52 35
Octal 352 46 230 0 124 43 10 505 122 65
Binary 11101010 100110 10011000 0 1010100 100011 1000 101000101 1010010 110101

Color Harmonies of #EA2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2698

Black with #EA2698

Text Example


Text Example

White with #EA2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2698; }

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

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

background-color css

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

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

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

border-color css

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

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

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