Html Css Color HEX #EB3AB2 Persian Rose

📋 copy color: '#EB3AB2'

red 235 ◦ green 58 ◦ blue 178

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

Shades of Persian Rose #EB3AB2

Tints of Persian Rose #EB3AB2

RGB

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

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

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

R = 49.89%
G = 12.31%
B = 37.79%

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

#EB3AB2 (or 0xEB3AB2) is known color: Persian Rose. HEX triplet: EB, 3A and B2. RGB value is (235,58,178). Sum of RGB (Red+Green+Blue) = 235+58+178=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3AB2 is #14C54D. Grayscale: #7C7C7C. Windows color (decimal): -1361230 or 11680491. OLE color: 11680491.

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

Color convert

RGB 235 58 178 -
CMYK 0 0.75 0.24 0.08
HSL 319.32º 0.82% 0.57% -
HSV(B) 319.32º 0.75% 0.92% -
XYZ 43.81 23.9 44.42 -
YUV 124.6 158.14 206.74 -
System Red Green Blue C M Y K H S L
Decimal 235 58 178 0 0.75 0.24 0.08 319.32 0.82 0.57
Hex EB 3A B2 0 4B 18 8 13F 52 39
Octal 353 72 262 0 113 30 10 477 122 71
Binary 11101011 111010 10110010 0 1001011 11000 1000 100111111 1010010 111001

Color Harmonies of #EB3AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3AB2

Black with #EB3AB2

Text Example


Text Example

White with #EB3AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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