Html Css Color HEX #E65498 French Rose

📋 copy color: '#E65498'

red 230 ◦ green 84 ◦ blue 152

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

Shades of French Rose #E65498

Tints of French Rose #E65498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.03%

 BLUE value IS 152 (59.77% from 255) = 32.62%

R = 49.36%
G = 18.03%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E65498 (or 0xE65498) is known color: French Rose. HEX triplet: E6, 54 and 98. RGB value is (230,84,152). Sum of RGB (Red+Green+Blue) = 230+84+152=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E65498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65498 is #19AB67. Grayscale: #878787. Windows color (decimal): -1682280 or 9983206. OLE color: 9983206.

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

Color convert

RGB 230 84 152 -
CMYK 0 0.63 0.34 0.10
HSL 332.05º 0.74% 0.62% -
HSV(B) 332.05º 0.63% 0.9% -
XYZ 41.47 25.43 32.43 -
YUV 135.41 137.37 195.47 -
System Red Green Blue C M Y K H S L
Decimal 230 84 152 0 0.63 0.34 0.10 332.05 0.74 0.62
Hex E6 54 98 0 3F 22 A 14C 4A 3E
Octal 346 124 230 0 77 42 12 514 112 76
Binary 11100110 1010100 10011000 0 111111 100010 1010 101001100 1001010 111110

Color Harmonies of #E65498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65498

Black with #E65498

Text Example


Text Example

White with #E65498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65498; }

 p { color: rgb(230,84,152); }

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

background-color css

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

 a { background-color: rgb(230,84,152); }

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

border-color css

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

 span { border-color: rgb(230,84,152); }

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