Html Css Color HEX #EA33B1 Persian Rose

📋 copy color: '#EA33B1'

red 234 ◦ green 51 ◦ blue 177

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

Shades of Persian Rose #EA33B1

Tints of Persian Rose #EA33B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.31%

R = 50.65%
G = 11.04%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA33B1 (or 0xEA33B1) is known color: Persian Rose. HEX triplet: EA, 33 and B1. RGB value is (234,51,177). Sum of RGB (Red+Green+Blue) = 234+51+177=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA33B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA33B1 is #15CC4E. Grayscale: #777777. Windows color (decimal): -1428559 or 11613162. OLE color: 11613162.

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

Color convert

RGB 234 51 177 -
CMYK 0 0.78 0.24 0.08
HSL 318.69º 0.81% 0.56% -
HSV(B) 318.69º 0.78% 0.92% -
XYZ 43.05 23.03 43.77 -
YUV 120.08 160.13 209.25 -
System Red Green Blue C M Y K H S L
Decimal 234 51 177 0 0.78 0.24 0.08 318.69 0.81 0.56
Hex EA 33 B1 0 4E 18 8 13F 51 38
Octal 352 63 261 0 116 30 10 477 121 70
Binary 11101010 110011 10110001 0 1001110 11000 1000 100111111 1010001 111000

Color Harmonies of #EA33B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA33B1

Black with #EA33B1

Text Example


Text Example

White with #EA33B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA33B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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