Html Css Color HEX #EB3CAE Persian Rose

📋 copy color: '#EB3CAE'

red 235 ◦ green 60 ◦ blue 174

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

Shades of Persian Rose #EB3CAE

Tints of Persian Rose #EB3CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.1%

R = 50.11%
G = 12.79%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB3CAE (or 0xEB3CAE) is known color: Persian Rose. HEX triplet: EB, 3C and AE. RGB value is (235,60,174). Sum of RGB (Red+Green+Blue) = 235+60+174=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3CAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3CAE is #14C351. Grayscale: #7D7D7D. Windows color (decimal): -1360722 or 11418859. OLE color: 11418859.

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

Color convert

RGB 235 60 174 -
CMYK 0 0.74 0.26 0.08
HSL 320.91º 0.81% 0.58% -
HSV(B) 320.91º 0.74% 0.92% -
XYZ 43.52 23.95 42.37 -
YUV 125.32 155.48 206.23 -
System Red Green Blue C M Y K H S L
Decimal 235 60 174 0 0.74 0.26 0.08 320.91 0.81 0.58
Hex EB 3C AE 0 4A 1A 8 141 51 3A
Octal 353 74 256 0 112 32 10 501 121 72
Binary 11101011 111100 10101110 0 1001010 11010 1000 101000001 1010001 111010

Color Harmonies of #EB3CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3CAE

Black with #EB3CAE

Text Example


Text Example

White with #EB3CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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