Html Css Color HEX #EA33B0 Persian Rose

📋 copy color: '#EA33B0'

red 234 ◦ green 51 ◦ blue 176

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

Shades of Persian Rose #EA33B0

Tints of Persian Rose #EA33B0

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.06%

 BLUE value IS 176 (69.14% from 255) = 38.18%

R = 50.76%
G = 11.06%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA33B0 (or 0xEA33B0) is known color: Persian Rose. HEX triplet: EA, 33 and B0. RGB value is (234,51,176). Sum of RGB (Red+Green+Blue) = 234+51+176=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA33B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA33B0 is #15CC4F. Grayscale: #777777. Windows color (decimal): -1428560 or 11547626. OLE color: 11547626.

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

Color convert

RGB 234 51 176 -
CMYK 0 0.78 0.25 0.08
HSL 319.02º 0.81% 0.56% -
HSV(B) 319.02º 0.78% 0.92% -
XYZ 42.95 22.99 43.25 -
YUV 119.97 159.63 209.34 -
System Red Green Blue C M Y K H S L
Decimal 234 51 176 0 0.78 0.25 0.08 319.02 0.81 0.56
Hex EA 33 B0 0 4E 19 8 13F 51 38
Octal 352 63 260 0 116 31 10 477 121 70
Binary 11101010 110011 10110000 0 1001110 11001 1000 100111111 1010001 111000

Color Harmonies of #EA33B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA33B0

Black with #EA33B0

Text Example


Text Example

White with #EA33B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA33B0; }

 p { color: rgb(234,51,176); }

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

background-color css

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

 a { background-color: rgb(234,51,176); }

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

border-color css

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

 span { border-color: rgb(234,51,176); }

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