Html Css Color HEX #EB2BA4 Persian Rose

📋 copy color: '#EB2BA4'

red 235 ◦ green 43 ◦ blue 164

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

Shades of Persian Rose #EB2BA4

Tints of Persian Rose #EB2BA4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.73%

 BLUE value IS 164 (64.45% from 255) = 37.1%

R = 53.17%
G = 9.73%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EB2BA4 (or 0xEB2BA4) is known color: Persian Rose. HEX triplet: EB, 2B and A4. RGB value is (235,43,164). Sum of RGB (Red+Green+Blue) = 235+43+164=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2BA4 is #14D45B. Grayscale: #717171. Windows color (decimal): -1365084 or 10759147. OLE color: 10759147.

HSL color Cylindrical-coordinate representation of color #EB2BA4: hue angle of 322.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2BA4 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 43 164 -
CMYK 0 0.82 0.30 0.08
HSL 322.19º 0.83% 0.55% -
HSV(B) 322.19º 0.82% 0.92% -
XYZ 41.83 22.07 37.18 -
YUV 114.2 156.11 214.16 -
System Red Green Blue C M Y K H S L
Decimal 235 43 164 0 0.82 0.30 0.08 322.19 0.83 0.55
Hex EB 2B A4 0 52 1E 8 142 53 37
Octal 353 53 244 0 122 36 10 502 123 67
Binary 11101011 101011 10100100 0 1010010 11110 1000 101000010 1010011 110111

Color Harmonies of #EB2BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2BA4

Black with #EB2BA4

Text Example


Text Example

White with #EB2BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2BA4; }

 p { color: rgb(235,43,164); }

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

background-color css

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

 a { background-color: rgb(235,43,164); }

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

border-color css

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

 span { border-color: rgb(235,43,164); }

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