Html Css Color HEX #E650AF Brilliant Rose

📋 copy color: '#E650AF'

red 230 ◦ green 80 ◦ blue 175

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

Shades of Brilliant Rose #E650AF

Tints of Brilliant Rose #E650AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 47.42%
G = 16.49%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E650AF (or 0xE650AF) is known color: Brilliant Rose. HEX triplet: E6, 50 and AF. RGB value is (230,80,175). Sum of RGB (Red+Green+Blue) = 230+80+175=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E650AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E650AF is #19AF50. Grayscale: #878787. Windows color (decimal): -1683281 or 11489510. OLE color: 11489510.

HSL color Cylindrical-coordinate representation of color #E650AF: hue angle of 322º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E650AF is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 80 175 -
CMYK 0 0.65 0.24 0.10
HSL 322º 0.75% 0.61% -
HSV(B) 322º 0.65% 0.9% -
XYZ 43.24 25.66 43.23 -
YUV 135.68 150.2 195.28 -
System Red Green Blue C M Y K H S L
Decimal 230 80 175 0 0.65 0.24 0.10 322 0.75 0.61
Hex E6 50 AF 0 41 18 A 142 4B 3D
Octal 346 120 257 0 101 30 12 502 113 75
Binary 11100110 1010000 10101111 0 1000001 11000 1010 101000010 1001011 111101

Color Harmonies of #E650AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E650AF

Black with #E650AF

Text Example


Text Example

White with #E650AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E650AF; }

 p { color: rgb(230,80,175); }

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

background-color css

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

 a { background-color: rgb(230,80,175); }

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

border-color css

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

 span { border-color: rgb(230,80,175); }

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