Html Css Color HEX #E65B6A Froly

📋 copy color: '#E65B6A'

red 230 ◦ green 91 ◦ blue 106

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

Shades of Froly #E65B6A

Tints of Froly #E65B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.82%

R = 53.86%
G = 21.31%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E65B6A (or 0xE65B6A) is known color: Froly. HEX triplet: E6, 5B and 6A. RGB value is (230,91,106). Sum of RGB (Red+Green+Blue) = 230+91+106=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65B6A is #19A495. Grayscale: #868686. Windows color (decimal): -1680534 or 6970342. OLE color: 6970342.

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

Color convert

RGB 230 91 106 -
CMYK 0 0.60 0.54 0.10
HSL 353.53º 0.74% 0.63% -
HSV(B) 353.53º 0.6% 0.9% -
XYZ 38.98 25.35 16.47 -
YUV 134.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 230 91 106 0 0.60 0.54 0.10 353.53 0.74 0.63
Hex E6 5B 6A 0 3C 36 A 162 4A 3F
Octal 346 133 152 0 74 66 12 542 112 77
Binary 11100110 1011011 1101010 0 111100 110110 1010 101100010 1001010 111111

Color Harmonies of #E65B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65B6A

Black with #E65B6A

Text Example


Text Example

White with #E65B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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