Html Css Color HEX #E753A0 Brilliant Rose

📋 copy color: '#E753A0'

red 231 ◦ green 83 ◦ blue 160

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

Shades of Brilliant Rose #E753A0

Tints of Brilliant Rose #E753A0

RGB

 RED value IS 231 (90.63% from 255) = 48.73%

 GREEN value IS 83 (32.81% from 255) = 17.51%

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

R = 48.73%
G = 17.51%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E753A0 (or 0xE753A0) is known color: Brilliant Rose. HEX triplet: E7, 53 and A0. RGB value is (231,83,160). Sum of RGB (Red+Green+Blue) = 231+83+160=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E753A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E753A0 is #18AC5F. Grayscale: #878787. Windows color (decimal): -1616992 or 10507239. OLE color: 10507239.

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

Color convert

RGB 231 83 160 -
CMYK 0 0.64 0.31 0.09
HSL 328.78º 0.76% 0.62% -
HSV(B) 328.78º 0.64% 0.91% -
XYZ 42.39 25.71 35.99 -
YUV 136.03 141.53 195.74 -
System Red Green Blue C M Y K H S L
Decimal 231 83 160 0 0.64 0.31 0.09 328.78 0.76 0.62
Hex E7 53 A0 0 40 1F 9 149 4C 3E
Octal 347 123 240 0 100 37 11 511 114 76
Binary 11100111 1010011 10100000 0 1000000 11111 1001 101001001 1001100 111110

Color Harmonies of #E753A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E753A0

Black with #E753A0

Text Example


Text Example

White with #E753A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E753A0; }

 p { color: rgb(231,83,160); }

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

background-color css

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

 a { background-color: rgb(231,83,160); }

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

border-color css

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

 span { border-color: rgb(231,83,160); }

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