Html Css Color HEX #EC625F Roman

📋 copy color: '#EC625F'

red 236 ◦ green 98 ◦ blue 95

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

Shades of Roman #EC625F

Tints of Roman #EC625F

RGB

 RED value IS 236 (92.58% from 255) = 55.01%

 GREEN value IS 98 (38.67% from 255) = 22.84%

 BLUE value IS 95 (37.5% from 255) = 22.14%

R = 55.01%
G = 22.84%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC625F (or 0xEC625F) is known color: Roman. HEX triplet: EC, 62 and 5F. RGB value is (236,98,95). Sum of RGB (Red+Green+Blue) = 236+98+95=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC625F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC625F is #139DA0. Grayscale: #8B8B8B. Windows color (decimal): -1285537 or 6251244. OLE color: 6251244.

HSL color Cylindrical-coordinate representation of color #EC625F: hue angle of 1.28º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC625F is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 98 95 -
CMYK 0 0.58 0.60 0.07
HSL 1.28º 0.79% 0.65% -
HSV(B) 1.28º 0.6% 0.93% -
XYZ 41.03 27.39 13.95 -
YUV 138.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 236 98 95 0 0.58 0.60 0.07 1.28 0.79 0.65
Hex EC 62 5F 0 3A 3C 7 1 4F 41
Octal 354 142 137 0 72 74 7 1 117 101
Binary 11101100 1100010 1011111 0 111010 111100 111 1 1001111 1000001

Color Harmonies of #EC625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC625F

Black with #EC625F

Text Example


Text Example

White with #EC625F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC625F; }

 p { color: rgb(236,98,95); }

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

background-color css

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

 a { background-color: rgb(236,98,95); }

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

border-color css

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

 span { border-color: rgb(236,98,95); }

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