Html Css Color HEX #E95CA2 Brilliant Rose

📋 copy color: '#E95CA2'

red 233 ◦ green 92 ◦ blue 162

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

Shades of Brilliant Rose #E95CA2

Tints of Brilliant Rose #E95CA2

RGB

 RED value IS 233 (91.41% from 255) = 47.84%

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

 BLUE value IS 162 (63.67% from 255) = 33.26%

R = 47.84%
G = 18.89%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E95CA2 (or 0xE95CA2) is known color: Brilliant Rose. HEX triplet: E9, 5C and A2. RGB value is (233,92,162). Sum of RGB (Red+Green+Blue) = 233+92+162=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95CA2 is #16A35D. Grayscale: #8D8D8D. Windows color (decimal): -1483614 or 10640617. OLE color: 10640617.

HSL color Cylindrical-coordinate representation of color #E95CA2: hue angle of 330.21º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95CA2 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 92 162 -
CMYK 0 0.61 0.30 0.09
HSL 330.21º 0.76% 0.64% -
HSV(B) 330.21º 0.61% 0.91% -
XYZ 43.95 27.59 37.19 -
YUV 142.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 233 92 162 0 0.61 0.30 0.09 330.21 0.76 0.64
Hex E9 5C A2 0 3D 1E 9 14A 4C 40
Octal 351 134 242 0 75 36 11 512 114 100
Binary 11101001 1011100 10100010 0 111101 11110 1001 101001010 1001100 1000000

Color Harmonies of #E95CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95CA2

Black with #E95CA2

Text Example


Text Example

White with #E95CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95CA2; }

 p { color: rgb(233,92,162); }

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

background-color css

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

 a { background-color: rgb(233,92,162); }

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

border-color css

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

 span { border-color: rgb(233,92,162); }

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