Html Css Color HEX #E65BAE Brilliant Rose

📋 copy color: '#E65BAE'

red 230 ◦ green 91 ◦ blue 174

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

Shades of Brilliant Rose #E65BAE

Tints of Brilliant Rose #E65BAE

RGB

 RED value IS 230 (90.23% from 255) = 46.46%

 GREEN value IS 91 (35.94% from 255) = 18.38%

 BLUE value IS 174 (68.36% from 255) = 35.15%

R = 46.46%
G = 18.38%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E65BAE (or 0xE65BAE) is known color: Brilliant Rose. HEX triplet: E6, 5B and AE. RGB value is (230,91,174). Sum of RGB (Red+Green+Blue) = 230+91+174=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E65BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65BAE is #19A451. Grayscale: #8D8D8D. Windows color (decimal): -1680466 or 11426790. OLE color: 11426790.

HSL color Cylindrical-coordinate representation of color #E65BAE: hue angle of 324.17º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65BAE is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 91 174 -
CMYK 0 0.60 0.24 0.10
HSL 324.17º 0.74% 0.63% -
HSV(B) 324.17º 0.6% 0.9% -
XYZ 44.01 27.36 43.01 -
YUV 142.02 146.05 190.75 -
System Red Green Blue C M Y K H S L
Decimal 230 91 174 0 0.60 0.24 0.10 324.17 0.74 0.63
Hex E6 5B AE 0 3C 18 A 144 4A 3F
Octal 346 133 256 0 74 30 12 504 112 77
Binary 11100110 1011011 10101110 0 111100 11000 1010 101000100 1001010 111111

Color Harmonies of #E65BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65BAE

Black with #E65BAE

Text Example


Text Example

White with #E65BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65BAE; }

 p { color: rgb(230,91,174); }

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

background-color css

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

 a { background-color: rgb(230,91,174); }

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

border-color css

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

 span { border-color: rgb(230,91,174); }

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