Html Css Color HEX #E750AD Brilliant Rose

📋 copy color: '#E750AD'

red 231 ◦ green 80 ◦ blue 173

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

Shades of Brilliant Rose #E750AD

Tints of Brilliant Rose #E750AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.53%

 BLUE value IS 173 (67.97% from 255) = 35.74%

R = 47.73%
G = 16.53%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E750AD (or 0xE750AD) is known color: Brilliant Rose. HEX triplet: E7, 50 and AD. RGB value is (231,80,173). Sum of RGB (Red+Green+Blue) = 231+80+173=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E750AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E750AD is #18AF52. Grayscale: #878787. Windows color (decimal): -1617747 or 11358439. OLE color: 11358439.

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

Color convert

RGB 231 80 173 -
CMYK 0 0.65 0.25 0.09
HSL 323.05º 0.76% 0.61% -
HSV(B) 323.05º 0.65% 0.91% -
XYZ 43.37 25.74 42.22 -
YUV 135.75 149.03 195.94 -
System Red Green Blue C M Y K H S L
Decimal 231 80 173 0 0.65 0.25 0.09 323.05 0.76 0.61
Hex E7 50 AD 0 41 19 9 143 4C 3D
Octal 347 120 255 0 101 31 11 503 114 75
Binary 11100111 1010000 10101101 0 1000001 11001 1001 101000011 1001100 111101

Color Harmonies of #E750AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E750AD

Black with #E750AD

Text Example


Text Example

White with #E750AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E750AD; }

 p { color: rgb(231,80,173); }

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

background-color css

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

 a { background-color: rgb(231,80,173); }

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

border-color css

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

 span { border-color: rgb(231,80,173); }

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