Html Css Color HEX #EA32B2 Persian Rose

📋 copy color: '#EA32B2'

red 234 ◦ green 50 ◦ blue 178

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

Shades of Persian Rose #EA32B2

Tints of Persian Rose #EA32B2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.82%

 BLUE value IS 178 (69.92% from 255) = 38.53%

R = 50.65%
G = 10.82%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA32B2 (or 0xEA32B2) is known color: Persian Rose. HEX triplet: EA, 32 and B2. RGB value is (234,50,178). Sum of RGB (Red+Green+Blue) = 234+50+178=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA32B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA32B2 is #15CD4D. Grayscale: #777777. Windows color (decimal): -1428814 or 11678442. OLE color: 11678442.

HSL color Cylindrical-coordinate representation of color #EA32B2: hue angle of 318.26º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA32B2 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 50 178 -
CMYK 0 0.79 0.24 0.08
HSL 318.26º 0.81% 0.56% -
HSV(B) 318.26º 0.79% 0.92% -
XYZ 43.11 22.99 44.28 -
YUV 119.61 160.96 209.59 -
System Red Green Blue C M Y K H S L
Decimal 234 50 178 0 0.79 0.24 0.08 318.26 0.81 0.56
Hex EA 32 B2 0 4F 18 8 13E 51 38
Octal 352 62 262 0 117 30 10 476 121 70
Binary 11101010 110010 10110010 0 1001111 11000 1000 100111110 1010001 111000

Color Harmonies of #EA32B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA32B2

Black with #EA32B2

Text Example


Text Example

White with #EA32B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA32B2; }

 p { color: rgb(234,50,178); }

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

background-color css

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

 a { background-color: rgb(234,50,178); }

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

border-color css

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

 span { border-color: rgb(234,50,178); }

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