Html Css Color HEX #E6508F French Rose

📋 copy color: '#E6508F'

red 230 ◦ green 80 ◦ blue 143

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

Shades of French Rose #E6508F

Tints of French Rose #E6508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.57%

R = 50.77%
G = 17.66%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6508F (or 0xE6508F) is known color: French Rose. HEX triplet: E6, 50 and 8F. RGB value is (230,80,143). Sum of RGB (Red+Green+Blue) = 230+80+143=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6508F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6508F is #19AF70. Grayscale: #838383. Windows color (decimal): -1683313 or 9392358. OLE color: 9392358.

HSL color Cylindrical-coordinate representation of color #E6508F: hue angle of 334.8º 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 #E6508F is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 80 143 -
CMYK 0 0.65 0.38 0.10
HSL 334.8º 0.75% 0.61% -
HSV(B) 334.8º 0.65% 0.9% -
XYZ 40.46 24.54 28.59 -
YUV 132.03 134.2 197.88 -
System Red Green Blue C M Y K H S L
Decimal 230 80 143 0 0.65 0.38 0.10 334.8 0.75 0.61
Hex E6 50 8F 0 41 26 A 14F 4B 3D
Octal 346 120 217 0 101 46 12 517 113 75
Binary 11100110 1010000 10001111 0 1000001 100110 1010 101001111 1001011 111101

Color Harmonies of #E6508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6508F

Black with #E6508F

Text Example


Text Example

White with #E6508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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