Html Css Color HEX #EA2FAE Persian Rose

📋 copy color: '#EA2FAE'

red 234 ◦ green 47 ◦ blue 174

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

Shades of Persian Rose #EA2FAE

Tints of Persian Rose #EA2FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.33%

 BLUE value IS 174 (68.36% from 255) = 38.24%

R = 51.43%
G = 10.33%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA2FAE (or 0xEA2FAE) is known color: Persian Rose. HEX triplet: EA, 2F and AE. RGB value is (234,47,174). Sum of RGB (Red+Green+Blue) = 234+47+174=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2FAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2FAE is #15D051. Grayscale: #757575. Windows color (decimal): -1429586 or 11415530. OLE color: 11415530.

HSL color Cylindrical-coordinate representation of color #EA2FAE: hue angle of 319.25º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2FAE is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 47 174 -
CMYK 0 0.80 0.26 0.08
HSL 319.25º 0.82% 0.55% -
HSV(B) 319.25º 0.8% 0.92% -
XYZ 42.59 22.58 42.16 -
YUV 117.39 159.95 211.17 -
System Red Green Blue C M Y K H S L
Decimal 234 47 174 0 0.80 0.26 0.08 319.25 0.82 0.55
Hex EA 2F AE 0 50 1A 8 13F 52 37
Octal 352 57 256 0 120 32 10 477 122 67
Binary 11101010 101111 10101110 0 1010000 11010 1000 100111111 1010010 110111

Color Harmonies of #EA2FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2FAE

Black with #EA2FAE

Text Example


Text Example

White with #EA2FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2FAE; }

 p { color: rgb(234,47,174); }

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

background-color css

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

 a { background-color: rgb(234,47,174); }

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

border-color css

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

 span { border-color: rgb(234,47,174); }

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