Html Css Color HEX #EA3AB3 Persian Rose

📋 copy color: '#EA3AB3'

red 234 ◦ green 58 ◦ blue 179

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

Shades of Persian Rose #EA3AB3

Tints of Persian Rose #EA3AB3

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.31%

 BLUE value IS 179 (70.31% from 255) = 38%

R = 49.68%
G = 12.31%
B = 38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA3AB3 (or 0xEA3AB3) is known color: Persian Rose. HEX triplet: EA, 3A and B3. RGB value is (234,58,179). Sum of RGB (Red+Green+Blue) = 234+58+179=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA3AB3 is #15C54C. Grayscale: #7C7C7C. Windows color (decimal): -1426765 or 11746026. OLE color: 11746026.

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

Color convert

RGB 234 58 179 -
CMYK 0 0.75 0.24 0.08
HSL 318.75º 0.81% 0.57% -
HSV(B) 318.75º 0.75% 0.92% -
XYZ 43.58 23.77 44.94 -
YUV 124.42 158.81 206.16 -
System Red Green Blue C M Y K H S L
Decimal 234 58 179 0 0.75 0.24 0.08 318.75 0.81 0.57
Hex EA 3A B3 0 4B 18 8 13F 51 39
Octal 352 72 263 0 113 30 10 477 121 71
Binary 11101010 111010 10110011 0 1001011 11000 1000 100111111 1010001 111001

Color Harmonies of #EA3AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3AB3

Black with #EA3AB3

Text Example


Text Example

White with #EA3AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3AB3; }

 p { color: rgb(234,58,179); }

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

background-color css

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

 a { background-color: rgb(234,58,179); }

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

border-color css

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

 span { border-color: rgb(234,58,179); }

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