Html Css Color HEX #EB32B2 Persian Rose

📋 copy color: '#EB32B2'

red 235 ◦ green 50 ◦ blue 178

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

Shades of Persian Rose #EB32B2

Tints of Persian Rose #EB32B2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.8%

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

R = 50.76%
G = 10.8%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB32B2 (or 0xEB32B2) is known color: Persian Rose. HEX triplet: EB, 32 and B2. RGB value is (235,50,178). Sum of RGB (Red+Green+Blue) = 235+50+178=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB32B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB32B2 is #14CD4D. Grayscale: #777777. Windows color (decimal): -1363278 or 11678443. OLE color: 11678443.

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

Color convert

RGB 235 50 178 -
CMYK 0 0.79 0.24 0.08
HSL 318.49º 0.82% 0.56% -
HSV(B) 318.49º 0.79% 0.92% -
XYZ 43.44 23.16 44.3 -
YUV 119.91 160.79 210.09 -
System Red Green Blue C M Y K H S L
Decimal 235 50 178 0 0.79 0.24 0.08 318.49 0.82 0.56
Hex EB 32 B2 0 4F 18 8 13E 52 38
Octal 353 62 262 0 117 30 10 476 122 70
Binary 11101011 110010 10110010 0 1001111 11000 1000 100111110 1010010 111000

Color Harmonies of #EB32B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB32B2

Black with #EB32B2

Text Example


Text Example

White with #EB32B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB32B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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