Html Css Color HEX #EA2699 Persian Rose

📋 copy color: '#EA2699'

red 234 ◦ green 38 ◦ blue 153

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

Shades of Persian Rose #EA2699

Tints of Persian Rose #EA2699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36%

R = 55.06%
G = 8.94%
B = 36%

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

#EA2699 (or 0xEA2699) is known color: Persian Rose. HEX triplet: EA, 26 and 99. RGB value is (234,38,153). Sum of RGB (Red+Green+Blue) = 234+38+153=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2699 is #15D966. Grayscale: #6D6D6D. Windows color (decimal): -1431911 or 10036970. OLE color: 10036970.

HSL color Cylindrical-coordinate representation of color #EA2699: hue angle of 324.8º 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 #EA2699 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 38 153 -
CMYK 0 0.84 0.35 0.08
HSL 324.8º 0.82% 0.53% -
HSV(B) 324.8º 0.84% 0.92% -
XYZ 40.37 21.18 32.1 -
YUV 109.71 152.43 216.65 -
System Red Green Blue C M Y K H S L
Decimal 234 38 153 0 0.84 0.35 0.08 324.8 0.82 0.53
Hex EA 26 99 0 54 23 8 145 52 35
Octal 352 46 231 0 124 43 10 505 122 65
Binary 11101010 100110 10011001 0 1010100 100011 1000 101000101 1010010 110101

Color Harmonies of #EA2699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2699

Black with #EA2699

Text Example


Text Example

White with #EA2699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2699; }

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

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

background-color css

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

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

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

border-color css

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

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

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