Html Css Color HEX #E35A6A Froly

📋 copy color: '#E35A6A'

red 227 ◦ green 90 ◦ blue 106

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

Shades of Froly #E35A6A

Tints of Froly #E35A6A

RGB

 RED value IS 227 (89.06% from 255) = 53.66%

 GREEN value IS 90 (35.55% from 255) = 21.28%

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

R = 53.66%
G = 21.28%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E35A6A (or 0xE35A6A) is known color: Froly. HEX triplet: E3, 5A and 6A. RGB value is (227,90,106). Sum of RGB (Red+Green+Blue) = 227+90+106=423 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.66% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35A6A is #1CA595. Grayscale: #848484. Windows color (decimal): -1877398 or 6970083. OLE color: 6970083.

HSL color Cylindrical-coordinate representation of color #E35A6A: hue angle of 352.99º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35A6A is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 90 106 -
CMYK 0 0.60 0.53 0.11
HSL 352.99º 0.71% 0.62% -
HSV(B) 352.99º 0.6% 0.89% -
XYZ 37.94 24.68 16.4 -
YUV 132.79 112.89 195.2 -
System Red Green Blue C M Y K H S L
Decimal 227 90 106 0 0.60 0.53 0.11 352.99 0.71 0.62
Hex E3 5A 6A 0 3C 35 B 161 47 3E
Octal 343 132 152 0 74 65 13 541 107 76
Binary 11100011 1011010 1101010 0 111100 110101 1011 101100001 1000111 111110

Color Harmonies of #E35A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A6A

Black with #E35A6A

Text Example


Text Example

White with #E35A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A6A; }

 p { color: rgb(227,90,106); }

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

background-color css

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

 a { background-color: rgb(227,90,106); }

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

border-color css

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

 span { border-color: rgb(227,90,106); }

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