Html Css Color HEX #E65593 French Rose

📋 copy color: '#E65593'

red 230 ◦ green 85 ◦ blue 147

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

Shades of French Rose #E65593

Tints of French Rose #E65593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.4%

 BLUE value IS 147 (57.81% from 255) = 31.82%

R = 49.78%
G = 18.4%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E65593 (or 0xE65593) is known color: French Rose. HEX triplet: E6, 55 and 93. RGB value is (230,85,147). Sum of RGB (Red+Green+Blue) = 230+85+147=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E65593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65593 is #19AA6C. Grayscale: #878787. Windows color (decimal): -1682029 or 9655782. OLE color: 9655782.

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

Color convert

RGB 230 85 147 -
CMYK 0 0.63 0.36 0.10
HSL 334.34º 0.74% 0.62% -
HSV(B) 334.34º 0.63% 0.9% -
XYZ 41.15 25.43 30.34 -
YUV 135.42 134.54 195.46 -
System Red Green Blue C M Y K H S L
Decimal 230 85 147 0 0.63 0.36 0.10 334.34 0.74 0.62
Hex E6 55 93 0 3F 24 A 14E 4A 3E
Octal 346 125 223 0 77 44 12 516 112 76
Binary 11100110 1010101 10010011 0 111111 100100 1010 101001110 1001010 111110

Color Harmonies of #E65593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65593

Black with #E65593

Text Example


Text Example

White with #E65593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65593; }

 p { color: rgb(230,85,147); }

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

background-color css

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

 a { background-color: rgb(230,85,147); }

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

border-color css

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

 span { border-color: rgb(230,85,147); }

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