Html Css Color HEX #E65C4B Flamingo

📋 copy color: '#E65C4B'

red 230 ◦ green 92 ◦ blue 75

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

Shades of Flamingo #E65C4B

Tints of Flamingo #E65C4B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.17%

 BLUE value IS 75 (29.69% from 255) = 18.89%

R = 57.93%
G = 23.17%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E65C4B (or 0xE65C4B) is known color: Flamingo. HEX triplet: E6, 5C and 4B. RGB value is (230,92,75). Sum of RGB (Red+Green+Blue) = 230+92+75=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65C4B is #19A3B4. Grayscale: #838383. Windows color (decimal): -1680309 or 4938982. OLE color: 4938982.

HSL color Cylindrical-coordinate representation of color #E65C4B: hue angle of 6.58º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E65C4B is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 92 75 -
CMYK 0 0.60 0.67 0.10
HSL 6.58º 0.76% 0.6% -
HSV(B) 6.58º 0.67% 0.9% -
XYZ 37.73 24.99 9.49 -
YUV 131.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 230 92 75 0 0.60 0.67 0.10 6.58 0.76 0.6
Hex E6 5C 4B 0 3C 43 A 7 4C 3C
Octal 346 134 113 0 74 103 12 7 114 74
Binary 11100110 1011100 1001011 0 111100 1000011 1010 111 1001100 111100

Color Harmonies of #E65C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65C4B

Black with #E65C4B

Text Example


Text Example

White with #E65C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65C4B; }

 p { color: rgb(230,92,75); }

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

background-color css

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

 a { background-color: rgb(230,92,75); }

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

border-color css

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

 span { border-color: rgb(230,92,75); }

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