Html Css Color HEX #E758AA Brilliant Rose

📋 copy color: '#E758AA'

red 231 ◦ green 88 ◦ blue 170

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

Shades of Brilliant Rose #E758AA

Tints of Brilliant Rose #E758AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18%

 BLUE value IS 170 (66.8% from 255) = 34.76%

R = 47.24%
G = 18%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E758AA (or 0xE758AA) is known color: Brilliant Rose. HEX triplet: E7, 58 and AA. RGB value is (231,88,170). Sum of RGB (Red+Green+Blue) = 231+88+170=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E758AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E758AA is #18A755. Grayscale: #8B8B8B. Windows color (decimal): -1615702 or 11163879. OLE color: 11163879.

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

Color convert

RGB 231 88 170 -
CMYK 0 0.62 0.26 0.09
HSL 325.59º 0.75% 0.63% -
HSV(B) 325.59º 0.62% 0.91% -
XYZ 43.7 26.87 40.91 -
YUV 140.11 144.88 192.83 -
System Red Green Blue C M Y K H S L
Decimal 231 88 170 0 0.62 0.26 0.09 325.59 0.75 0.63
Hex E7 58 AA 0 3E 1A 9 146 4B 3F
Octal 347 130 252 0 76 32 11 506 113 77
Binary 11100111 1011000 10101010 0 111110 11010 1001 101000110 1001011 111111

Color Harmonies of #E758AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E758AA

Black with #E758AA

Text Example


Text Example

White with #E758AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E758AA; }

 p { color: rgb(231,88,170); }

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

background-color css

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

 a { background-color: rgb(231,88,170); }

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

border-color css

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

 span { border-color: rgb(231,88,170); }

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