Html Css Color HEX #E25F69 Froly

📋 copy color: '#E25F69'

red 226 ◦ green 95 ◦ blue 105

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

Shades of Froly #E25F69

Tints of Froly #E25F69

RGB

 RED value IS 226 (88.67% from 255) = 53.05%

 GREEN value IS 95 (37.5% from 255) = 22.3%

 BLUE value IS 105 (41.41% from 255) = 24.65%

R = 53.05%
G = 22.3%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E25F69 (or 0xE25F69) is known color: Froly. HEX triplet: E2, 5F and 69. RGB value is (226,95,105). Sum of RGB (Red+Green+Blue) = 226+95+105=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25F69 is #1DA096. Grayscale: #878787. Windows color (decimal): -1941655 or 6905826. OLE color: 6905826.

HSL color Cylindrical-coordinate representation of color #E25F69: hue angle of 355.42º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25F69 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 95 105 -
CMYK 0 0.58 0.54 0.11
HSL 355.42º 0.69% 0.63% -
HSV(B) 355.42º 0.58% 0.89% -
XYZ 38.01 25.37 16.26 -
YUV 135.31 110.9 192.69 -
System Red Green Blue C M Y K H S L
Decimal 226 95 105 0 0.58 0.54 0.11 355.42 0.69 0.63
Hex E2 5F 69 0 3A 36 B 163 45 3F
Octal 342 137 151 0 72 66 13 543 105 77
Binary 11100010 1011111 1101001 0 111010 110110 1011 101100011 1000101 111111

Color Harmonies of #E25F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25F69

Black with #E25F69

Text Example


Text Example

White with #E25F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25F69; }

 p { color: rgb(226,95,105); }

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

background-color css

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

 a { background-color: rgb(226,95,105); }

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

border-color css

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

 span { border-color: rgb(226,95,105); }

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