Html Css Color HEX #ED7C8F Carissma

📋 copy color: '#ED7C8F'

red 237 ◦ green 124 ◦ blue 143

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

Shades of Carissma #ED7C8F

Tints of Carissma #ED7C8F

RGB

 RED value IS 237 (92.97% from 255) = 47.02%

 GREEN value IS 124 (48.83% from 255) = 24.6%

 BLUE value IS 143 (56.25% from 255) = 28.37%

R = 47.02%
G = 24.6%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED7C8F (or 0xED7C8F) is known color: Carissma. HEX triplet: ED, 7C and 8F. RGB value is (237,124,143). Sum of RGB (Red+Green+Blue) = 237+124+143=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7C8F is #128370. Grayscale: #9F9F9F. Windows color (decimal): -1213297 or 9403629. OLE color: 9403629.

HSL color Cylindrical-coordinate representation of color #ED7C8F: hue angle of 349.91º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7C8F is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 124 143 -
CMYK 0 0.48 0.40 0.07
HSL 349.91º 0.76% 0.71% -
HSV(B) 349.91º 0.48% 0.93% -
XYZ 47.09 34.4 30.15 -
YUV 159.95 118.44 182.96 -
System Red Green Blue C M Y K H S L
Decimal 237 124 143 0 0.48 0.40 0.07 349.91 0.76 0.71
Hex ED 7C 8F 0 30 28 7 15E 4C 47
Octal 355 174 217 0 60 50 7 536 114 107
Binary 11101101 1111100 10001111 0 110000 101000 111 101011110 1001100 1000111

Color Harmonies of #ED7C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7C8F

Black with #ED7C8F

Text Example


Text Example

White with #ED7C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7C8F; }

 p { color: rgb(237,124,143); }

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

background-color css

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

 a { background-color: rgb(237,124,143); }

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

border-color css

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

 span { border-color: rgb(237,124,143); }

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