Html Css Color HEX #EB3AAE Persian Rose

📋 copy color: '#EB3AAE'

red 235 ◦ green 58 ◦ blue 174

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

Shades of Persian Rose #EB3AAE

Tints of Persian Rose #EB3AAE

RGB

 RED value IS 235 (92.19% from 255) = 50.32%

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

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

R = 50.32%
G = 12.42%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB3AAE (or 0xEB3AAE) is known color: Persian Rose. HEX triplet: EB, 3A and AE. RGB value is (235,58,174). Sum of RGB (Red+Green+Blue) = 235+58+174=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3AAE is #14C551. Grayscale: #7B7B7B. Windows color (decimal): -1361234 or 11418347. OLE color: 11418347.

HSL color Cylindrical-coordinate representation of color #EB3AAE: hue angle of 320.68º degrees, saturation: 0.82, 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 #EB3AAE is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 58 174 -
CMYK 0 0.75 0.26 0.08
HSL 320.68º 0.82% 0.57% -
HSV(B) 320.68º 0.75% 0.92% -
XYZ 43.41 23.74 42.34 -
YUV 124.15 156.14 207.07 -
System Red Green Blue C M Y K H S L
Decimal 235 58 174 0 0.75 0.26 0.08 320.68 0.82 0.57
Hex EB 3A AE 0 4B 1A 8 141 52 39
Octal 353 72 256 0 113 32 10 501 122 71
Binary 11101011 111010 10101110 0 1001011 11010 1000 101000001 1010010 111001

Color Harmonies of #EB3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3AAE

Black with #EB3AAE

Text Example


Text Example

White with #EB3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3AAE; }

 p { color: rgb(235,58,174); }

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

background-color css

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

 a { background-color: rgb(235,58,174); }

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

border-color css

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

 span { border-color: rgb(235,58,174); }

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