Html Css Color HEX #EB3CB2 Persian Rose

📋 copy color: '#EB3CB2'

red 235 ◦ green 60 ◦ blue 178

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

Shades of Persian Rose #EB3CB2

Tints of Persian Rose #EB3CB2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.68%

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

R = 49.68%
G = 12.68%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB3CB2 (or 0xEB3CB2) is known color: Persian Rose. HEX triplet: EB, 3C and B2. RGB value is (235,60,178). Sum of RGB (Red+Green+Blue) = 235+60+178=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3CB2 is #14C34D. Grayscale: #7D7D7D. Windows color (decimal): -1360718 or 11681003. OLE color: 11681003.

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

Color convert

RGB 235 60 178 -
CMYK 0 0.74 0.24 0.08
HSL 319.54º 0.81% 0.58% -
HSV(B) 319.54º 0.74% 0.92% -
XYZ 43.91 24.11 44.46 -
YUV 125.78 157.48 205.91 -
System Red Green Blue C M Y K H S L
Decimal 235 60 178 0 0.74 0.24 0.08 319.54 0.81 0.58
Hex EB 3C B2 0 4A 18 8 140 51 3A
Octal 353 74 262 0 112 30 10 500 121 72
Binary 11101011 111100 10110010 0 1001010 11000 1000 101000000 1010001 111010

Color Harmonies of #EB3CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3CB2

Black with #EB3CB2

Text Example


Text Example

White with #EB3CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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