Html Css Color HEX #EB30B2 Persian Rose

📋 copy color: '#EB30B2'

red 235 ◦ green 48 ◦ blue 178

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

Shades of Persian Rose #EB30B2

Tints of Persian Rose #EB30B2

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.41%

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

R = 50.98%
G = 10.41%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB30B2 (or 0xEB30B2) is known color: Persian Rose. HEX triplet: EB, 30 and B2. RGB value is (235,48,178). Sum of RGB (Red+Green+Blue) = 235+48+178=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB30B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB30B2 is #14CF4D. Grayscale: #767676. Windows color (decimal): -1363790 or 11677931. OLE color: 11677931.

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

Color convert

RGB 235 48 178 -
CMYK 0 0.80 0.24 0.08
HSL 318.29º 0.82% 0.55% -
HSV(B) 318.29º 0.8% 0.92% -
XYZ 43.35 22.99 44.27 -
YUV 118.73 161.45 210.93 -
System Red Green Blue C M Y K H S L
Decimal 235 48 178 0 0.80 0.24 0.08 318.29 0.82 0.55
Hex EB 30 B2 0 50 18 8 13E 52 37
Octal 353 60 262 0 120 30 10 476 122 67
Binary 11101011 110000 10110010 0 1010000 11000 1000 100111110 1010010 110111

Color Harmonies of #EB30B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB30B2

Black with #EB30B2

Text Example


Text Example

White with #EB30B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB30B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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