Html Css Color HEX #E35CA0 Brilliant Rose

📋 copy color: '#E35CA0'

red 227 ◦ green 92 ◦ blue 160

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

Shades of Brilliant Rose #E35CA0

Tints of Brilliant Rose #E35CA0

RGB

 RED value IS 227 (89.06% from 255) = 47.39%

 GREEN value IS 92 (36.33% from 255) = 19.21%

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 47.39%
G = 19.21%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E35CA0 (or 0xE35CA0) is known color: Brilliant Rose. HEX triplet: E3, 5C and A0. RGB value is (227,92,160). Sum of RGB (Red+Green+Blue) = 227+92+160=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E35CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35CA0 is #1CA35F. Grayscale: #8B8B8B. Windows color (decimal): -1876832 or 10509539. OLE color: 10509539.

HSL color Cylindrical-coordinate representation of color #E35CA0: hue angle of 329.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35CA0 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 92 160 -
CMYK 0 0.59 0.30 0.11
HSL 329.78º 0.71% 0.63% -
HSV(B) 329.78º 0.59% 0.89% -
XYZ 41.85 26.52 36.17 -
YUV 140.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 227 92 160 0 0.59 0.30 0.11 329.78 0.71 0.63
Hex E3 5C A0 0 3B 1E B 14A 47 3F
Octal 343 134 240 0 73 36 13 512 107 77
Binary 11100011 1011100 10100000 0 111011 11110 1011 101001010 1000111 111111

Color Harmonies of #E35CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35CA0

Black with #E35CA0

Text Example


Text Example

White with #E35CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35CA0; }

 p { color: rgb(227,92,160); }

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

background-color css

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

 a { background-color: rgb(227,92,160); }

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

border-color css

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

 span { border-color: rgb(227,92,160); }

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