Html Css Color HEX #EB32B3 Persian Rose

📋 copy color: '#EB32B3'

red 235 ◦ green 50 ◦ blue 179

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

Shades of Persian Rose #EB32B3

Tints of Persian Rose #EB32B3

RGB

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

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

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

R = 50.65%
G = 10.78%
B = 38.58%

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

#EB32B3 (or 0xEB32B3) is known color: Persian Rose. HEX triplet: EB, 32 and B3. RGB value is (235,50,179). Sum of RGB (Red+Green+Blue) = 235+50+179=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB32B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB32B3 is #14CD4C. Grayscale: #777777. Windows color (decimal): -1363277 or 11743979. OLE color: 11743979.

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

Color convert

RGB 235 50 179 -
CMYK 0 0.79 0.24 0.08
HSL 318.16º 0.82% 0.56% -
HSV(B) 318.16º 0.79% 0.92% -
XYZ 43.54 23.2 44.83 -
YUV 120.02 161.29 210.01 -
System Red Green Blue C M Y K H S L
Decimal 235 50 179 0 0.79 0.24 0.08 318.16 0.82 0.56
Hex EB 32 B3 0 4F 18 8 13E 52 38
Octal 353 62 263 0 117 30 10 476 122 70
Binary 11101011 110010 10110011 0 1001111 11000 1000 100111110 1010010 111000

Color Harmonies of #EB32B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB32B3

Black with #EB32B3

Text Example


Text Example

White with #EB32B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB32B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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