Html Css Color HEX #ED8692 Carissma

📋 copy color: '#ED8692'

red 237 ◦ green 134 ◦ blue 146

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

Shades of Carissma #ED8692

Tints of Carissma #ED8692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.92%

 BLUE value IS 146 (57.42% from 255) = 28.24%

R = 45.84%
G = 25.92%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED8692 (or 0xED8692) is known color: Carissma. HEX triplet: ED, 86 and 92. RGB value is (237,134,146). Sum of RGB (Red+Green+Blue) = 237+134+146=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8692 is #12796D. Grayscale: #A6A6A6. Windows color (decimal): -1210734 or 9602797. OLE color: 9602797.

HSL color Cylindrical-coordinate representation of color #ED8692: hue angle of 353.01º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED8692 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 134 146 -
CMYK 0 0.43 0.38 0.07
HSL 353.01º 0.74% 0.73% -
HSV(B) 353.01º 0.43% 0.93% -
XYZ 48.64 37.13 31.8 -
YUV 166.17 116.62 178.52 -
System Red Green Blue C M Y K H S L
Decimal 237 134 146 0 0.43 0.38 0.07 353.01 0.74 0.73
Hex ED 86 92 0 2B 26 7 161 4A 49
Octal 355 206 222 0 53 46 7 541 112 111
Binary 11101101 10000110 10010010 0 101011 100110 111 101100001 1001010 1001001

Color Harmonies of #ED8692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8692

Black with #ED8692

Text Example


Text Example

White with #ED8692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8692; }

 p { color: rgb(237,134,146); }

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

background-color css

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

 a { background-color: rgb(237,134,146); }

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

border-color css

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

 span { border-color: rgb(237,134,146); }

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